home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / flysdk / plugin / gamelib / gamelib.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-07-11  |  489 b   |  27 lines

  1. enum 
  2. TYPE_SOUND=0x110,
  3. TYPE_PARTICLE_SYSTEM,
  4. TYPE_EXPLODE,
  5. TYPE_EXP_SPHERE,
  6. TYPE_SHADOW,
  7. TYPE_FAO_MESH,
  8. TYPE_SUBDIV_MESH,
  9. TYPE_CARTOON_MESH,
  10. TYPE_DPBLEND_SPHERE
  11. };
  12.  
  13. #include "..\lights\lights.h"
  14. #include "..\viewport\viewport.h"
  15.  
  16. #include "color_particle.h"
  17. #include "ps.h"
  18. #include "sound.h"
  19. #include "dpblend_sphere.h"
  20. #include "exp_sphere.h"
  21. #include "explode.h"
  22. #include "shadow.h"
  23. #include "fao_mesh.h"
  24. #include "subdiv_mesh.h"
  25. #include "cartoon_mesh.h"
  26.